/***********************************************************************************
	Function  : 初始化服务器
	serverId  : 服务器ID
	Return    : 无
************************************************************************************/
	void ServerInit(int serverId);

实例:

	ServerInit(0);